|
Eclipse Platform Pre-release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An instance of this interface allows clients to manage command handlers.
The map of handlers by command identifier in this instance is the union of
the maps of handlers by command identifier in all instances of ICommandHandlerService
added via the method addCommandHandlerService
.
This interface is not intended to be extended or implemented by clients.
EXPERIMENTAL
CommandHandlerServiceFactory
Method Summary | |
void |
addCommandHandlerService(ICommandHandlerService commandHandlerService)
Adds an instance of ICommandHandlerService to this
instance. |
void |
removeCommandHandlerService(ICommandHandlerService commandHandlerService)
Removes an instance of ICommandHandlerService from this
instance. |
Methods inherited from interface org.eclipse.ui.commands.ICommandHandlerService |
addCommandHandlerServiceListener, getHandlersByCommandId, removeCommandHandlerServiceListener |
Method Detail |
public void addCommandHandlerService(ICommandHandlerService commandHandlerService)
ICommandHandlerService
to this
instance.
commandHandlerService
- the instance to add to this instance.public void removeCommandHandlerService(ICommandHandlerService commandHandlerService)
ICommandHandlerService
from this
instance.
commandHandlerService
- the instance to remove from this instance.
|
Eclipse Platform Pre-release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |